window: Fix tooltip allocation
authorTimm Bäder <mail@baedert.org>
Fri, 12 Jan 2018 21:22:51 +0000 (22:22 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 12 Jan 2018 21:34:22 +0000 (22:34 +0100)
commitc910a955d17a1fe3442a64105f40fb7faff360d3
tree5fc358d702b12334e56d00922e6b8c6547917287
parent846a6e8157555c2469f16878e9dcd114a8c0b638
window: Fix tooltip allocation

Using get_preferred_size here does not work since it computes the
minimum height for the minimum width, but we want to know the minimum
height for the current width.
gtk/gtkwindow.c